home *** CD-ROM | disk | FTP | other *** search
- Only in new/include: limits.h
- Only in new/include/sys: stat.h
- Only in new/include/sys: types.h
- Only in new: readme.os2
- Only in new/src: makefile.os2
- diff -cr old/src/sh8.c new/src/sh8.c
- *** old/src/sh8.c Mon Dec 14 10:55:26 1992
- --- new/src/sh8.c Tue Dec 29 09:31:22 1992
- ***************
- *** 856,861 ****
- --- 856,865 ----
- char *s1;
- int count = 0;
-
- + #if defined (OS2)
- + if (!IsHPFSFileSystem (name)) {
- + #endif
- +
- /* Find start of file name */
-
- if ((s = strrchr (name, CHAR_UNIX_DIRECTORY)) == (char *)NULL)
- ***************
- *** 916,921 ****
- --- 920,929 ----
- if (FL_TEST ('w'))
- PrintWarningMessage ("<%s>\n", name);
- }
- +
- + #if defined (OS2)
- + }
- + #endif
-
- /* Check for double slashes */
-
- diff -cr old/src/system.c new/src/system.c
- *** old/src/system.c Fri Sep 04 12:28:24 1992
- --- new/src/system.c Tue Dec 29 09:09:48 1992
- ***************
- *** 261,266 ****
- --- 261,269 ----
- static char * near BuildOS2String (char **, char);
- static int ExtractFieldsFromLine (LineFields *);
-
- + static int near StartTheSession (STARTDATA *SessionData, char *path,
- + char **argv);
- +
- /*
- * System function with swapping
- */
- ***************
- *** 1511,1517 ****
- stdata.InitXSize = 100;
- stdata.InitYSize = 100;
-
- ! RetVal = StartTheSession (&stdata, path, argv)
-
- if (stdata.Environment != (char *)NULL)
- free (stdata.Environment);
- --- 1514,1520 ----
- stdata.InitXSize = 100;
- stdata.InitYSize = 100;
-
- ! RetVal = StartTheSession (&stdata, path, argv);
-
- if (stdata.Environment != (char *)NULL)
- free (stdata.Environment);
-